Everything about Resource Computer Science totally explained
A
resource, or
system resource, is any physical or virtual component of limited availability within a computer system. Every device connected to a computer system is a resource. Every internal system component is a resource. Virtual system resources include
files, network connections and memory areas.
Major resource types
Resource management
A
resource handle is an
identifier for a resource that's currently being accessed. Resource handles can be opaque, in which case they're often
integer numbers, or they can be
pointers that allow access to further information. Common resource handles are
file descriptors and
sockets.
Resource tracking is the ability of an
operating system,
virtual machine or other
computer program to terminate the access to a resource that has been allocated by a program but hasn't been deallocated immediately after use. When implemented by a virtual machine this is often done in the form of
garbage collection.
Access to memory areas is often controlled by
semaphores, which allows a pathological situation called a
deadlock, when different
threads or
processes try to allocate resources already allocated by each other. A deadlock usually leads to a program becoming partially or completely unresponsive.
Access to resources is also sometimes regulated by
queuing; in the case of computing time on a
CPU the controlling
algorithm of the
task queue is called a
scheduler.
Further Information
Get more info on 'Resource Computer Science'.
|
External Link Exchanges
Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:
<a href="http://resource__computer_science.totallyexplained.com">Resource (computer science) Totally Explained</a>
Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned. |